home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Utilitare / filzip / fz302.exe / {app} / Filzip.exe / 0 / RCDATA / TFRMEXT / TFRMEXT.txt
Encoding:
Text File  |  2004-07-08  |  4.7 KB  |  216 lines

  1. object frmExt: TfrmExt
  2.   Left = 632
  3.   Top = 619
  4.   Width = 466
  5.   Height = 381
  6.   Caption = 'Entpacken von Dateien'
  7.   Color = clBtnFace
  8.   Constraints.MinHeight = 300
  9.   Constraints.MinWidth = 466
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poMainFormCenter
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnKeyDown = FormKeyDown
  21.   OnResize = FormResize
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object sbExt: TStatusBar
  26.     Left = 0
  27.     Top = 328
  28.     Width = 458
  29.     Height = 19
  30.     Panels = <
  31.       item
  32.         Width = 120
  33.       end
  34.       item
  35.         Width = 120
  36.       end>
  37.     SimplePanel = False
  38.   end
  39.   object pExtDir: TPanel
  40.     Left = 0
  41.     Top = 0
  42.     Width = 458
  43.     Height = 33
  44.     Align = alTop
  45.     BevelInner = bvRaised
  46.     BevelOuter = bvLowered
  47.     TabOrder = 1
  48.     object lDest: TLabel
  49.       Left = 4
  50.       Top = 10
  51.       Width = 73
  52.       Height = 13
  53.       Caption = 'Zielverzeichnis:'
  54.       Font.Charset = ANSI_CHARSET
  55.       Font.Color = clBlack
  56.       Font.Height = -12
  57.       Font.Name = 'MS Sans Serif'
  58.       Font.Style = []
  59.       ParentFont = False
  60.     end
  61.     object cbDest: TComboBox
  62.       Left = 104
  63.       Top = 6
  64.       Width = 345
  65.       Height = 21
  66.       Anchors = [akLeft, akTop, akRight]
  67.       ItemHeight = 13
  68.       TabOrder = 0
  69.       Text = 'C:\'
  70.       OnChange = cbDestChange
  71.     end
  72.   end
  73.   object pOptions: TPanel
  74.     Left = 0
  75.     Top = 33
  76.     Width = 458
  77.     Height = 295
  78.     Align = alClient
  79.     BevelInner = bvRaised
  80.     BevelOuter = bvLowered
  81.     TabOrder = 2
  82.     object ftExtDir: TFolderTree
  83.       Left = 4
  84.       Top = 8
  85.       Width = 237
  86.       Height = 279
  87.       Active = True
  88.       FolderOptions = [foNetworkNeighborhood]
  89.       OnChange = ftExtDirChange
  90.       ShowRoot = False
  91.       Font.Charset = ANSI_CHARSET
  92.       Font.Color = clWindowText
  93.       Font.Height = -11
  94.       Font.Name = 'MS Sans Serif'
  95.       Font.Style = []
  96.       Indent = 19
  97.       ParentFont = False
  98.       TabOrder = 0
  99.     end
  100.     object btnExt: TButton
  101.       Left = 254
  102.       Top = 262
  103.       Width = 90
  104.       Height = 25
  105.       Anchors = [akRight, akBottom]
  106.       Caption = 'btnExt'
  107.       Default = True
  108.       Font.Charset = DEFAULT_CHARSET
  109.       Font.Color = clWindowText
  110.       Font.Height = -11
  111.       Font.Name = 'MS Sans Serif'
  112.       Font.Style = []
  113.       ParentFont = False
  114.       TabOrder = 2
  115.       OnClick = btnExtClick
  116.     end
  117.     object btnNewDir: TButton
  118.       Left = 254
  119.       Top = 232
  120.       Width = 90
  121.       Height = 25
  122.       Anchors = [akRight, akBottom]
  123.       Caption = 'Neuer Ordner'
  124.       TabOrder = 1
  125.       OnClick = btnNewDirClick
  126.     end
  127.     object btnCancel: TButton
  128.       Left = 359
  129.       Top = 262
  130.       Width = 92
  131.       Height = 25
  132.       Anchors = [akRight, akBottom]
  133.       Cancel = True
  134.       Caption = 'Cancel'
  135.       TabOrder = 3
  136.       OnClick = btnCancelClick
  137.     end
  138.     object pExtOpts: TPanel
  139.       Left = 248
  140.       Top = 6
  141.       Width = 209
  142.       Height = 131
  143.       Anchors = [akTop, akRight]
  144.       BevelOuter = bvNone
  145.       TabOrder = 4
  146.       object rgFileOpt: TRadioGroup
  147.         Left = 6
  148.         Top = 3
  149.         Width = 199
  150.         Height = 61
  151.         Anchors = [akRight]
  152.         Caption = 'Dateien'
  153.         Font.Charset = ANSI_CHARSET
  154.         Font.Color = clBlack
  155.         Font.Height = -12
  156.         Font.Name = 'MS Sans Serif'
  157.         Font.Style = []
  158.         ItemIndex = 0
  159.         Items.Strings = (
  160.           '*'
  161.           '*')
  162.         ParentFont = False
  163.         TabOrder = 0
  164.       end
  165.       object cbDirNames: TCheckBox
  166.         Left = 6
  167.         Top = 68
  168.         Width = 199
  169.         Height = 17
  170.         Anchors = []
  171.         Caption = 'Verzeichnisse  wiederherstellen'
  172.         Checked = True
  173.         Font.Charset = ANSI_CHARSET
  174.         Font.Color = clBlack
  175.         Font.Height = -11
  176.         Font.Name = 'MS Sans Serif'
  177.         Font.Style = []
  178.         ParentFont = False
  179.         State = cbChecked
  180.         TabOrder = 1
  181.         OnKeyDown = tdirKeyDown
  182.       end
  183.       object cbOverwrite: TCheckBox
  184.         Left = 6
  185.         Top = 88
  186.         Width = 199
  187.         Height = 17
  188.         Anchors = []
  189.         Caption = '∩┐╜berschreiben vorhandener Dateien'
  190.         Font.Charset = ANSI_CHARSET
  191.         Font.Color = clBlack
  192.         Font.Height = -11
  193.         Font.Name = 'MS Sans Serif'
  194.         Font.Style = []
  195.         ParentFont = False
  196.         TabOrder = 2
  197.       end
  198.       object cbUpdate: TCheckBox
  199.         Left = 6
  200.         Top = 108
  201.         Width = 199
  202.         Height = 17
  203.         Anchors = []
  204.         Caption = '∩┐╜ltere Dateien ∩┐╜berspringen'
  205.         Font.Charset = ANSI_CHARSET
  206.         Font.Color = clWindowText
  207.         Font.Height = -11
  208.         Font.Name = 'MS Sans Serif'
  209.         Font.Style = []
  210.         ParentFont = False
  211.         TabOrder = 3
  212.       end
  213.     end
  214.   end
  215. end
  216.